Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / executions

Path parameters:
realm - realm name (not id!)

Sub-Resources
Resources
NameDescription
{executionId}

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/authentication/executions 

Method Detail

POST /admin/realms/{realm}/authentication/executions

HTTP Example:
POST /admin/realms/{realm}/authentication/executions
API Example:

AuthenticationManagementResource.addExecution({'realm': /* name realm name (not id!) */,
  '$entity': …});

Input:
AuthenticationExecutionModel
Output:
Response
Consumes:
application/json

Keycloak REST Services 1.5.0-Final